home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Shareware World / Maths & Science / PlastFEM 2.0 / Input Files / additional samples / Two Areas Mesh < prev    next >
Encoding:
Text File  |  1997-08-13  |  829 b   |  48 lines  |  [TEXT/pFEM]

  1. / Mesh Generator Input Data
  2. /
  3. / name of problem (one word)
  4. Two.Areas
  5. /
  6. / number of points
  7. 6
  8. / x and y point coordinates
  9. 0  0
  10. 100.0  0
  11. 100.0 100.0
  12. 0 100.0
  13. 200 0
  14. 200 100
  15. / number of closed areas
  16. 2
  17. / 1st area: Young's Modulus, Poisson's Ratio, Yield Stress, Hardening Factor, Thickness 
  18. 2.1e+5    0.30 10000 0  1
  19. / number of sides (area 1)
  20. 4
  21. / type, number of first point, number of elements, element ratio
  22. 0,  1 5 1
  23. 0, 2 5 1
  24. 0, 3 5 1
  25. 0, 4 5 1
  26. / end of first area
  27. /
  28. / 2nd area: Young's Modulus, Poisson's Ratio, Yield Stress, Hardening Factor, Thickness 
  29. 2.1e+4    0.30 10000 0  1
  30. / number of sides (area 2)
  31. 4
  32. / type, number of first point, number of elements, element ratio
  33. 0, 2 5 1
  34. 0, 5 5 1
  35. 0, 6 5 1
  36. 0, 3 5 1
  37. / end of second area
  38. /
  39. / number of links
  40. 1
  41. /
  42. / link area/side to area/side
  43. 2 4 1 2
  44. /
  45. / optimization yes/no (1/0)
  46. 0
  47. / end
  48.